Get Array Subscripts
Command Prototype
iRet = UBound(arrData)
Command Description
Get the number of elements (subscript) in an array
Parameter Description
- Required Parameter
- arrData--The array to be operated
- return
- iRet--The variable used to save the output of the function call